﻿.article_sention {
    padding-top: 56px;
    padding-bottom: 91px;
}

.article_sention_box {
    width: 1200px;
    margin: 0 auto;
}

.article_l, .article_c, .article_r {
    float: left;
}

.article_l {
    width: 118px;
}

.article_c {
    width: calc(100% - 480px);
    box-sizing: border-box;
    padding: 0 32px;
}

.article_r {
    width: 362px;
}

.article_l_phone {
    width: 118px;
    box-sizing: border-box;
    border: 1px solid #F5F5F5;
}

    .article_l_phone li {
        height: 48px;
        box-sizing: border-box;
        border-bottom: 1px solid #F5F5F5;
        font-family: PingFang SC;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        color: #7A7A7A;
        cursor: pointer;
        position: relative;
        display: flex;
        align-items: center;
        padding-left: 12px;
    }

.article_l_phone_ewm {
    position: absolute;
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    right: -120px;
    top: 0;
    display: flex;
    display: none;
}

    .article_l_phone_ewm img {
        display: block;
        margin: 15px auto;
    }

.article_l_phone li:last-child {
    border-bottom: none;
}

.article_l_phone_1 .iconfont {
    /*background: url(../img/other/wechat.svg) no-repeat 12px center;*/
    font-size: 24px;
    color: #7A7A7A;
    margin-right: 6px;
}

.article_l_phone_1:hover .iconfont {
    color: #47B27D;
    /*background: #f5f5f5 url(../img/other/wechat_1.svg) no-repeat 12px center;*/
}

.article_l_phone_1:hover .article_l_phone_ewm, .article_l_phone_2:hover .article_l_phone_ewm, .article_l_phone_3:hover .article_l_phone_ewm {
    display: block;
}

.article_l_phone_2 {
    background: url(../img/other/qq_1.svg) no-repeat 12px center;
}

    .article_l_phone_2:hover {
        background: #f5f5f5 url(../img/other/qq.svg) no-repeat 12px center;
    }

.article_l_phone_3 .iconfont {
    /*background: url(../img/other/wechat.svg) no-repeat 12px center;*/
    font-size: 24px;
    color: #7A7A7A;
    margin-right: 6px;
}

.article_l_phone_3:hover .iconfont {
    color: #E66112;
}

.article_l_list {
    width: 118px;
    box-sizing: border-box;
    border: 1px solid #F5F5F5;
    margin-top: 22px;
}

    .article_l_list li {
        /* box-sizing: border-box; */
        border-bottom: 1px solid #F5F5F5;
        padding: 12px;
    }

        .article_l_list li:last-child {
            border-bottom: none;
        }

        .article_l_list li a {
            text-decoration: none;
            color: #3D3D3D;
        }

            .article_l_list li a:hover p:last-child {
                text-decoration: underline;
            }

        .article_l_list li p:first-child {
            font-family: PingFang SC;
            font-style: normal;
            font-weight: normal;
            font-size: 12px;
            line-height: 17px;
            color: #A3A3A3;
        }

        .article_l_list li p:last-child {
            font-family: PingFang SC;
            font-style: normal;
            font-weight: normal;
            font-size: 12px;
            line-height: 17px;
            color: #3D3D3D;
            margin-top: 4px;
            display: -webkit-box;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            overflow: hidden;
            height: 34px;
        }

.article_title {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 39px;
    text-align: justify;
    color: #3D3D3D;
}

.article_auther {
    margin-top: 16px;
}

    .article_auther span {
        font-family: PingFang SC;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #A3A3A3;
        padding-right: 12px;
    }

.article_des {
    width: 654px;
    background: #FAFAFA;
    border-radius: 6px;
    display: -webkit-box;
    word-wrap: break-word;
    /* -webkit-line-clamp: 2; */
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 160%;
    box-sizing: border-box;
    padding: 16px;
    color: #7A7A7A;
    margin-top: 16px;
}

.article_contant {
    margin-top: 48px;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 190%;
    text-align: justify;
    color: #7A7A7A;
    padding-bottom: 24px;
}

    .article_contant img {
        display: block;
        margin: 64px auto 64px;
        max-width: 90%;
    }

.article_adver {
    padding: 24px 0;
}

    .article_adver p {
        font-family: PingFang SC;
        font-style: normal;
        font-weight: normal;
        font-size: 17px;
        line-height: 24px;
        text-align: center;
        color: #996B3D;
    }

.article_adver_con {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 256px;
}

.article_adver_l {
}

.article_adver_r {
    margin-left: 58px;
    box-sizing: border-box;
    border-radius: 4px;
    /*border: 1px solid rgba(0, 0, 0, 0.05);*/
    box-sizing: border-box;
    border-radius: 4px;
    width: 160px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .article_adver_r img {
        width: 160px;
    }

.article_laber_list {
    /*height: 32px;*/
    display: flex;
    flex-wrap: wrap;
}

    .article_laber_list a {
        display: block;
        height: 32px;
        line-height: 30px;
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-radius: 2px;
        box-sizing: border-box;
        font-family: PingFang SC;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        color: #7A7A7A;
        text-decoration: none;
        padding: 0 12px;
        margin-right: 16px;
        margin-bottom: 15px;
    }

        .article_laber_list a:hover {
            color: #292929;
            background: #FAFAFA;
            border: 1px solid rgba(0, 0, 0, 0.05);
        }

.article_mzsm {
    width: 654px;
    height: 100px;
    background: #FAFAFA;
    margin-top: 24px;
    padding: 20px;
    box-sizing: border-box;
    font-family: PingFang SC;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    color: #A3A3A3;
}

    .article_mzsm span {
        font-weight: 600;
    }

.article_xgxw {
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    margin-top: 48px;
    padding: 16px 0;
}

.article_xgxw_list {
    margin-top: 40px;
}

.article_xgxw_ul {
    height: 136px;
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 24px;
}

    .article_xgxw_ul a {
        display: block;
        text-decoration: none;
    }

    .article_xgxw_ul:hover h2 {
        cursor: pointer;
        color: rgba(178, 45, 18, 1);
    }

.search_list .article_xgxw_ul {
    margin-bottom: 24px;
}

.article_xgxw_l, .article_xgxw_r {
    float: left;
    height: 112px;
}

.article_xgxw_l {
    width: 200px;
}

.article_xgxw_r {
    width: calc(100% - 200px);
    box-sizing: border-box;
    padding-left: 24px;
}

.article_xgxw_l img {
    width: 200px;
    height: 112px;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    border-radius: 4px;
}

.article_xgxw_r h2 {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 29px;
    color: #2A2A2A;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;*/
}

.article_xgxw_des {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
    height: 40px;
    color: #7A7A7A;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article_xgxw_bottom {
    margin-top: 15px;
    display: flex;
    align-items: center;
    position: relative;
}

.article_xgxw_1 {
    display: inline-block;
    height: 19px;
    line-height: 17px;
    background: rgba(179, 45, 18, 0.05);
    border: 1px solid rgba(179, 45, 18, 0.2);
    box-sizing: border-box;
    border-radius: 2px;
    padding: 0 6px;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #B32D12;
    margin-right: 12px;
}

.article_xgxw_2 {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #3D3D3D;
    padding: 0 9px;
}

.article_xgxw_3 {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    color: #A3A3A3;
}

.article_xgxw_4 {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    color: #A3A3A3;
    position: absolute;
    right: 0;
    padding-left: 22px;
    /*    background: url(../img/other/visible.png) no-repeat left center;*/
}

.article_jxs {
    width: 362px;
    height: 387px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    box-sizing: border-box;
    padding: 24px;
}

.article_jxs_con {
    margin-top: 12px;
}

    .article_jxs_con ul li {
        height: 75px;
        width: 50%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        /* padding-left: 12px;*/
        float: left;
        cursor: pointer;
    }

        .article_jxs_con ul li:hover {
            background: #FAFAFA;
        }

        .article_jxs_con ul li a {
            display: flex;
            flex-direction: row;
            align-items: center;
            text-decoration: none;
        }

        .article_jxs_con ul li:nth-child(7), .article_jxs_con ul li:nth-child(8) {
            border-bottom: none;
        }

.article_jxs_icon {
    width: 40px;
    height: 40px;
}

    .article_jxs_icon img {
        height: 40px;
        width: 40px;
    }

.article_jxs_text {
    box-sizing: border-box;
    padding-left: 12px;
}

.article_jxs_title {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90px;
}

.article_jxs_jg_box {
    margin-top: 4px;
}

.article_jxs_jg {
    display: inline-block;
    height: 19px;
    background: rgba(51, 128, 102, 0.05);
    border: 1px solid rgba(51, 128, 102, 0.2);
    border-radius: 2px;
    padding: 0 4px;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    color: #338066;
    box-sizing: border-box;
}

.article_green {
    background: rgba(51, 128, 102, 0.05) !important;
    border: 1px solid rgba(51, 128, 102, 0.2) !important;
    color: #338066;
}

.article_jxs_red {
    background: rgba(178, 36, 60, 0.05);
    border: 1px solid rgba(178, 36, 60, 0.2);
    color: #B2243C;
}

.navigation_label {
    color: rgba(178, 45, 18, 1) !important;
    padding-left: 3px;
}

.search_list {
}

.search_box {
    margin: 0 auto;
    width: 1200px;
    padding-bottom: 130px;
}

.search_l {
    float: left;
    width: 760px;
    padding-top: 56px;
}

.search_r {
    float: right;
    width: 400px;
    padding-top: 40px;
}

.search_more {
    height: 48px;
    line-height: 48px;
    text-align: center;
    width: 100%;
}

    .search_more a {
        font-family: PingFang SC;
        font-style: normal;
        font-weight: normal;
        font-size: 17px;
        color: #3D3D3D;
        background: url(../img/index/bootom.svg) no-repeat right center;
        padding-right: 25px;
        text-decoration: none;
    }

        .search_more a:hover {
            background: url(../img/index/bootom_active.svg) no-repeat right center;
            color: #B32D12;
        }

.search_xgzt {
    width: 400px;
    max-height: 744px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 24px;
}

.search_xgzt_list {
    padding-top: 24px;
}

.search_xgzt_ul {
    height: 72px;
    margin-bottom: 24px;
}

    .search_xgzt_ul a {
        display: block;
        text-decoration: none;
    }

.search_xgzt_l {
    float: left;
    width: calc(100% - 120px);
    height: 72px;
    box-sizing: border-box;
    padding-right: 16px;
}

    .search_xgzt_l h3 {
        font-family: PingFang SC;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        color: #3D3D3D;
        display: -webkit-box;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.search_xgzt_ul:hover h3 {
    color: #B32D12;
}

.search_xgzt_l p {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 17px;
    margin-top: 11px;
    color: #A3A3A3;
}

.search_xgzt_r {
    float: right;
    height: 72px;
    width: 120px;
    border-radius: 4px;
}

    .search_xgzt_r img {
        height: 72px;
        width: 120px;
        border-radius: 4px;
    }

.search_kx {
    width: 400px;
    height: 660px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    margin-top: 29px;
    padding: 24px;
}

    .search_kx .kx_ul_con {
        font-size: 17px;
    }

    .search_kx .kx_ul {
        height: 95px;
    }

    .search_kx .kx_ul_con {
        display: -webkit-box;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 40px;
        margin-top: 6px !important;
    }

.list_tab_list_nodata {
    min-height: 400px;
    background: url(../img/other/nodata.svg) no-repeat center center;
}

.list_l_tab {
    height: 48px;
    border-radius: 2px;
    margin-bottom: 8px;
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.05), inset 0px 1px 0px rgba(0, 0, 0, 0.5);
}

    .list_l_tab ul li {
        height: 48px;
        line-height: 48px;
        float: left;
        padding: 0 8px;
        margin-right: 8px;
    }

        .list_l_tab ul li a {
            font-family: PingFang SC;
            font-style: normal;
            font-weight: normal;
            font-size: 17px;
            color: #7A7A7A;
            cursor: pointer;
            text-decoration: none;
            display: inline-block;
            height: 48px;
        }

        .list_l_tab ul li:hover a {
            font-weight: 600;
            color: #292929;
        }

.list_l_tab_hy ul li:hover {
    font-weight: 600;
    color: #292929;
}

.list_l_tab_active, .list_l_tab_active a {
    font-weight: 600 !important;
    color: #292929 !important;
    position: relative;
}

    .list_l_tab_active a::after {
        position: absolute;
        display: block;
        width: 100%;
        background: #B32D12;
        height: 2px;
        bottom: 0;
        left: 0;
        content: '';
    }

.list_l_tab_hy {
    height: 48px;
    margin-bottom: 32px;
    background: linear-gradient(180deg, #FAFAFA 0%, #FFFFFF 100%);
    display: flex;
    align-items: center;
}

    .list_l_tab_hy ul li {
        height: 48px;
        line-height: 48px;
        margin-right: 8px;
        float: left;
        font-family: PingFang SC;
        font-style: normal;
        font-weight: normal;
        font-size: 17px;
        color: #7A7A7A;
        cursor: pointer;
        text-decoration: none;
        padding: 0 8px;
        position: relative;
    }

        .list_l_tab_hy ul li a {
            font-family: PingFang SC;
            font-style: normal;
            font-weight: normal;
            font-size: 17px;
            color: #7A7A7A;
            cursor: pointer;
            text-decoration: none;
            display: block;
            position: relative;
        }

.list_l_tab_hy_more {
    height: 48px;
    width: 48px;
    background: url('../img/menu.png') no-repeat center center;
    cursor: pointer;
    position: relative;
    opacity: 0.7;
}

.list_l_tab_hy_more_list {
    width: 102px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 6px 10px;
    position: absolute;
    top: 48px;
    right: 0;
    display: none;
}

.list_l_tab_hy_more:hover .list_l_tab_hy_more_list {
    display: block;
}

.list_l_tab_hy_more:hover {
    opacity: 1;
}

.list_l_tab_hy_more_ul {
    cursor: pointer;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    color: #7A7A7A;
}

    .list_l_tab_hy_more_ul:hover {
        color: #292929;
        font-weight: 600;
    }

.kxrl_list_list_label {
    height: 189px;
    width: 1072px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px 80px 0;
}

    .kxrl_list_list_label ul li {
        font-family: PingFang SC;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        color: #3D3D3D;
        border: 1px solid #E6E6E6;
        border-radius: 2px;
        padding: 0 16px;
        float: left;
        cursor: pointer;
        margin-right: 16px;
        margin-bottom: 20px;
    }

        .kxrl_list_list_label ul li:hover {
            background: rgba(178, 45, 18, 0.05);
            border: 1px solid rgba(178, 45, 18, 0.2);
            color: #B22D12;
        }

.list_con {
}

.list_con_box {
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 120px;
}

.list_l {
    width: 760px;
    float: left;
}

.list_r {
    width: 400px;
    float: right;
}

.list_l .article_xgxw_ul {
    margin-bottom: 24px;
}

.list_l .article_xgxw_2 {
    padding-left: 0;
}

.zt_header {
    height: 360px;
    background: url(../img/other/Mask.png) no-repeat center center;
    background-size: 100% 100%;
}

.zt_header_box {
    margin: 0 auto;
    width: 1200px;
    height: 100%;
    box-sizing: border-box;
    padding-top: 64px;
}

.zt_header_l {
    float: left;
    width: 790px;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 205px;
}

.zt_header_r {
    float: right;
    width: 256px;
    height: 190px;
    background: url(../img/Rectangle_1.png) no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 24px;
}

    .zt_header_r h3 {
        font-family: PingFang SC;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 34px;
        color: rgba(255, 255, 255, 0.5);
    }

    .zt_header_r p {
        color: #FFFFFF;
        margin-top: 0px;
    }

        .zt_header_r p span:first-child {
            font-family: PingFang SC;
            display: inline-block;
            font-style: normal;
            font-weight: 600;
            font-size: 72px;
            line-height: 101px;
            transform: matrix(0.99, 0, -0.11, 1, 0, 0);
            padding-right: 16px;
        }

        .zt_header_r p span:last-child {
            font-family: PingFang SC;
            font-style: normal;
            /*font-weight: 600;*/
            font-size: 24px;
            line-height: 34px;
            color: #FFFFFF;
            position: relative;
            top: -5px;
        }

.zt_header_l h2 {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 50px;
    color: #FFFFFF;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 1px;
    transform: matrix(0.99, 0, -0.12, 1, 0, 0);
    max-height: 100px;
}

.zt_header_l_h2_1 {
    /*background: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);*/
    /*background: url(../img/Span.svg) no-repeat right center;*/
    /*background-size: contain;*/
    border-radius: 2px;
    /*transform: matrix(0.99, 0, -0.12, 1, 0, 0);*/
    height: 55px;
    line-height: 55px;
    padding-right: 17px;
    display: inline-block;
    max-width: 286px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border: 1px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient( 270deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0)), linear-gradient( 270deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}

.zt_header_l_h2_3 {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zt_header_l_h2_1 img {
    position: absolute;
    top: 0;
    right: 0;
}

.zt_header_l_h2_2 {
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    padding-left: 14px;
    position: relative;
    top: -15px;
}

.zt_header_l_des {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 16px;
    letter-spacing: 1px;
}

.zt_header_l_bot {
    /*margin-top: 30px;*/
    display: none;
}

    .zt_header_l_bot span {
        display: block;
        float: left;
    }

.zt_header_1 {
    height: 16px;
    width: 16px;
    background: url(../img/other/tabbar-account.svg) no-repeat center center;
    position: relative;
    top: 2px;
}

.zt_header_2 {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 3px;
    padding-right: 25px;
}

.zt_header_3 {
    height: 20px;
    width: 20px;
    background: url(../img/wechat.svg) no-repeat center center;
    padding-right: 21px;
}

.zt_header_4 {
    height: 20px;
    width: 20px;
    background: url(../img/Sina_Weibo.svg) no-repeat center center;
}

.zt_header_5 {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    background: url(../img/index/right_icon.svg) no-repeat right center;
    padding-right: 20px;
    float: right !important;
    display: block;
    text-decoration: none;
}

    .zt_header_5:hover {
        color: #99331F;
        background: url(../img/index/right_icon_active.svg) no-repeat right center;
    }

.zt_list_box {
    margin: 0 auto;
    width: 848px;
    margin-bottom: 74px;
    position: relative;
    /*, inset 0px 2px 0px #B22D12*/
}

.zt_l {
    position: relative;
    width: 848px;
    float: left;
    top: -40px;
    left: 0;
    background: #fff;
    box-sizing: border-box;
    padding: 64px 48px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    box-shadow: 0px -16px 16px rgba(0, 0, 0, 0.05), inset 0px 2px 0px #B22D12;
    border-top: none;
}

.zt_r {
    width: 400px;
    float: right;
}

.zt_l .article_xgxw_ul {
    margin-bottom: 24px;
}

.zt2_list_box {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 72px;
}

.zt2_list_l {
    float: left;
    width: 100%;
    padding-top: 64px;
}

.zt2_list_r {
    float: right;
    width: 440px;
    padding: 72px 40px 40px;
    background: #FAFAFA;
    box-sizing: border-box;
}

.zt2_list_ul {
    height: 395px;
    width: 384px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 2px;
    margin-right: 24px;
    padding: 24px;
    cursor: pointer;
    margin-bottom: 26px;
    float: left;
    position: relative;
}

    .zt2_list_ul:nth-child(3n) {
        margin-right: 0;
    }

.zt2_list_ul_icon {
    position: absolute;
    height: 50px;
    /* width: 87px; */
    padding: 0 8px;
    /*background: url(../img/index/Overlay.svg) no-repeat center center;*/
    background-size: cover;
    left: 8px;
    top: -4px;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    color: #FFFFFF;
    border-radius: 2px 2px 0px 0px;
    z-index: 1;
}

.index_qk_label_box {
    position: relative;
    height: 34px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .index_qk_label_box img {
        position: absolute;
        top: 0;
        left: 0;
        height: 55px;
        width: 100%;
        z-index: -1;
    }

.zt2_list_ul_icon span {
    font-family: PingFang SC;
    font-style: normal;
    padding: 0 2px;
    font-size: 24px;
    line-height: 34px;
    color: #FFFFFF;
    display: inline-block;
    transform: matrix(0.99, 0, -0.11, 1, 0, 0);
    /*position: relative;
        top: 3px;*/
}

.zt2_list_ul:hover {
    background: rgba(0, 0, 0, 0.02);
}


.zt2_list_ul_img {
    width: 336px;
    height: 136px;
    border-radius: 4px;
    margin: 0 auto;
}

    .zt2_list_ul_img img {
        width: 336px;
        height: 136px;
        border-radius: 4px;
        display: block;
        border: 1px solid #EBEBEB;
        box-sizing: border-box;
    }

.zt2_list_ul a {
    text-decoration: none;
}

    .zt2_list_ul a:hover h3 {
        color: #99331F;
    }

.zt2_list_ul_title {
    margin-top: 16px;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    color: #3D3D3D;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.zt2_list_ul_text {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #7A7A7A;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-items: center;
    background: url(../img/Body.svg) no-repeat 0 center;
    box-sizing: border-box;
    padding-left: 20px;
    border-bottom: 1px solid #fff;
}

    .zt2_list_ul_text:hover {
        color: #99331F;
        /*text-decoration: underline;*/
        border-bottom: 1px solid rgba(153, 51, 31, 1);
        background: url(../img/Body_hover.svg) no-repeat 0 center;
    }

.zt2_list_ul_more {
    text-align: center;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #7A7A7A;
}

.zt2_list_ul_text span {
    font-size: 24px;
}

.zt2_list_ul_label {
    position: absolute;
    width: 100%;
    bottom: 24px;
    left: 0;
    box-sizing: border-box;
    padding: 0 24px;
}

.zt2_list_ul_label_1 {
    width: 42px;
    height: 19px;
    background: #FAFAFA;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 22px;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    color: #3D3D3D;
    display: block;
    float: left;
    text-align: center;
}

.zt2_list_ul_label_2 {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    color: #A3A3A3;
    float: right;
}

.zt2_list_ul_more {
    text-align: center;
    color: #7A7A7A;
    line-height: 20px;
    margin-top: 8px;
}

.zt2_list_r_header {
}

    .zt2_list_r_header:hover .zt2_list_r_header_title {
        color: #B32D12;
    }

    .zt2_list_r_header a {
        text-decoration: none;
    }

.zt2_list_r_header_img {
    height: 200px;
    width: 400px;
    border-radius: 4px;
    position: relative;
}

    .zt2_list_r_header_img img {
        height: 200px;
        width: 400px;
        border-radius: 4px;
        display: block;
    }

.zt2_list_r_header_title {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 29px;
    color: #3D3D3D;
    margin-top: 16px;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.zt2_list_r_header_des {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #7A7A7A;
    margin-top: 12px;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.zt2_list_r_list {
    margin-top: 32px;
}

.zt2_list_r_ul {
    height: 113px;
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    margin-bottom: 20px;
}

    .zt2_list_r_ul:last-child {
        box-shadow: none;
    }

    .zt2_list_r_ul:hover h3 {
        color: #B32D12;
    }

    .zt2_list_r_ul a {
        text-decoration: none;
    }

    .zt2_list_r_ul h3 {
        font-family: PingFang SC;
        font-style: normal;
        font-weight: 600;
        font-size: 17px;
        line-height: 24px;
        color: #3D3D3D;
    }

.zt2_list_r_ul_des {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #7A7A7A;
    margin-top: 6px;
}

.zt2_list_r_ul_time {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    color: #CCCCCC;
    margin-top: 6px;
}

.kxrl_list {
    background: #fff;
    padding-bottom: 40px;
}

.kxrl_list_box {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 77px;
    background: #fff;
    padding-top: 20px;
}

.kxrl_list_header {
    height: 76px;
    box-sizing: border-box;
    /*padding: 0 43px 0 48px;*/
    /*box-shadow: 0px 1px 0px rgba(61, 61, 61, 0.05);*/
    background-color: #fff;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-right: 3px;
}

.kxrl_list_header_l {
    float: right;
    display: flex;
    align-items: center;
}

.kxrl_list_header_l_text, .kxrl_list_header_l_day {
    float: left;
}

.kxrl_list_header_l_text {
    height: 76px;
    width: 72px;
    background: #FAFAFA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.kxrl_list_header_l_text_1 {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 29px;
    /* Grey/24 */
    color: #3D3D3D;
}

.kxrl_list_header_l_text_2 {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #A3A3A3;
}

.kxrl_list_header_l_day_1, .kxrl_list_header_l_day_2, .kxrl_list_header_l_day_3, .kxrl_list_header_l_day_4 {
    display: block;
    float: left;
}

.kxrl_list_header_l_day_1, .kxrl_list_header_l_day_3 {
    width: 76px;
    height: 76px;
    text-align: center;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 600;
    font-size: 43px;
    line-height: 74px;
    border: 1px solid #F5F5F5;
    box-sizing: border-box;
    color: #3D3D3D;
}

.kxrl_list_header_l_day_1 {
    margin-left: 16px;
}

.kxrl_list_header_l_day_2, .kxrl_list_header_l_day_4 {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 76px;
    color: #A3A3A3;
    width: 45px;
    height: 76px;
    text-align: center;
}

.kxrl_list_header_l_fhjr {
    width: 88px;
    height: 42px;
    line-height: 38px;
    text-align: center;
    background: #FAFAFA;
    /* Grey/90 */
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 2px;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #3D3D3D;
    cursor: pointer;
    float: left;
}

    .kxrl_list_header_l_fhjr:hover {
        background: rgba(178, 45, 18, 0.05);
        border: 1px solid #B32D12;
        color: #B32D12;
    }

.kxrl_list_header_l_time {
    padding-right: 12px;
    height: 40px;
    background: #FAFAFA;
    margin-left: 17px;
    float: left;
    border: 1px solid #E6E6E6;
    position: relative;
    /*width: 219px;*/
}

.kxrl_list_header_l_in {
    /*padding-right: 42px;
	height: 40px;
	background: #FAFAFA url(../img/calendar.svg) no-repeat 134px center;*/
    /* Grey/90 */
    /*padding-right: 20px;*/
    height: 40px;
    background: #FAFAFA url(../img/calendar.svg) no-repeat right center;
    box-sizing: border-box;
    border: none;
    border-radius: 2px;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #3D3D3D;
    box-sizing: border-box;
    padding-left: 16px;
    cursor: pointer;
    outline: none;
    width: 100%;
}

.kxrl_list_header_tool {
    float: right;
}

    .kxrl_list_header_tool ul li {
        float: left;
        margin-left: 50px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: 14px;
        color: #3D3D3D;
        display: flex;
        align-items: center;
    }

        .kxrl_list_header_tool ul li a {
            text-decoration: none;
        }

    .kxrl_list_header_tool a.refresh-btn {
        color: #3D3D3D;
        display: inline-block;
        vertical-align: middle;
        font-size: 18px;
    }

        .kxrl_list_header_tool a.refresh-btn i {
            display: inline-block;
            width: 24px;
            height: 24px;
            vertical-align: middle;
            margin-left: 5px;
            margin-top: -2px;
            background: url(../img/icon_refresh.png) 0 0 no-repeat;
            background-size: contain;
        }

    .kxrl_list_header_tool .icon-switch {
        display: inline-block;
        *zoom: 1;
        *display: inline;
        height: 20px;
        width: 40px;
        vertical-align: middle;
        margin-left: 6px;
        cursor: pointer;
        background: url(../img/icon_switch1.png) center no-repeat;
    }

        .kxrl_list_header_tool .icon-switch.kai {
            background: url(../img/icon_switch2.png) center no-repeat;
            background-size: contain;
        }

/* תȦ���� */
.animate-around {
    -webkit-animation: around 0.6s linear infinite;
    -moz-animation: around 0.6s linear infinite;
    animation: around 0.6s linear infinite;
}

@-webkit-keyframes around {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    25% {
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@-moz-keyframes around {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    25% {
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@keyframes around {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    25% {
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

.kxrl_list_header_r {
    float: left;
}

    .kxrl_list_header_r ul li {
        height: 47px;
        line-height: 65px;
        float: left;
        font-family: PingFang SC;
        font-style: normal;
        font-weight: 600;
        font-size: 21px;
        line-height: 50px;
        color: #A3A3A3;
        margin-right: 60px;
        cursor: pointer;
    }

.kxrl_list_active {
    color: #99331F !important;
    border-bottom: 1px solid rgba(178, 45, 18, 1) !important;
}

.kxrl_list_header_r ul li:hover {
    color: rgba(178, 45, 18, 1);
}

.kxrl_list_list {
    background: #fff;
    box-sizing: border-box;
    /*border: 1px solid rgba(0, 0, 0, 0.1);*/
    box-sizing: border-box;
}

.kxrl_list_list_kx {
    padding: 27px 0 37px 0;
    /*border: 1px solid rgba(0, 0, 0, 0.1);*/
}

.kxrl_list_list_tab {
    height: 90px;
    float: left;
    display: flex;
    align-items: center;
}

    .kxrl_list_list_tab ul li {
        float: left;
        float: left;
        margin-right: 16px;
        color: #3D3D3D;
        font-family: PingFang SC;
        font-style: normal;
        font-weight: normal;
        font-size: 17px;
        cursor: pointer;
        width: 82px;
        height: 40px;
        line-height: 38px;
        text-align: center;
        border: 1px solid #E6E6E6;
        box-sizing: border-box;
        border-radius: 2px;
    }


        .kxrl_list_list_tab ul li:hover {
            color: #B22D12 !important;
            /*box-shadow: inset 0px -2px 0px #BB2222;*/
            background: rgba(178, 45, 18, 0.05) !important;
            border: 1px solid rgba(178, 45, 18, 0.2) !important;
        }

.kxrl_list_list_tab_active {
    color: #B22D12 !important;
    /*box-shadow: inset 0px -2px 0px #BB2222;*/
    background: rgba(178, 45, 18, 0.05) !important;
    border: 1px solid rgba(178, 45, 18, 0.2) !important;
}

.kxrl_rl_list {
    height: 127px;
    box-sizing: border-box;
    padding: 0 171px;
    display: flex;
}

.kxrl_rl_list_l, .kxrl_rl_list_header, .kxrl_rl_list_r {
    float: left;
    height: 127px;
}

.kxrl_rl_list_header {
    flex: 1;
    box-sizing: border-box;
    padding: 0 30px;
}

.kxrl_rl_list_l, .kxrl_rl_list_r {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.kxrl_rl_list .iconfont {
    font-size: 24px !important;
}

.kxrl_rl_list_l:hover, .kxrl_rl_list_r:hover {
    color: rgba(179, 45, 18, 0.9);
}

.kxrl_rl_list_header .kxrl_rl_time-day, .kxrl_rl_time-month {
    float: left;
    height: 95px;
    width: 88px;
    margin-top: 16px;
    margin-right: 22px;
    cursor: pointer;
    box-sizing: border-box;
    padding-top: 12px;
}

    .kxrl_rl_list_header .kxrl_rl_time-day:last-child, .kxrl_rl_time-month:last-child {
        margin-right: 0;
    }

        .kxrl_rl_list_header .kxrl_rl_time-day:last-child p, .kxrl_rl_list_header .kxrl_rl_time-day:first-child p {
            color: #CCCCCC !important;
        }

    .kxrl_rl_list_header .kxrl_rl_time-day p:first-child, .kxrl_rl_time-month p:first-child {
        font-family: DIN;
        font-style: normal;
        font-weight: 500;
        font-size: 32px;
        line-height: 39px;
        color: #292929;
        text-align: center;
    }

        .kxrl_rl_time-month p:first-child span {
            font-family: PingFang SC;
            font-style: normal;
            font-weight: 300;
            font-size: 21px;
            line-height: 29px;
            color: #3D3D3D;
        }

    .kxrl_rl_list_header .kxrl_rl_time-day p:last-child, .kxrl_rl_time-month p:last-child {
        font-family: PingFang SC;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #7A7A7A;
        text-align: center;
    }

    .kxrl_rl_list_header .kxrl_rl_time-day:hover, .kxrl_rl_time-month:hover {
        background: #FAFAFA;
    }

.kxrl_rl_list_header .today, .kxrl_rl_list_header .today:hover {
    /*background: linear-gradient(180deg, rgba(178, 45, 18, 0.05) 0%, rgba(224, 75, 45, 0) 100%);*/
    background: url(../img/Selected.png) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 4px;
}

    .kxrl_rl_list_header .today p, .today p span {
        color: #B32D12 !important;
    }



.kxrl_list_info_nodata {
    background: url(../img/other/nodata.svg) no-repeat center center;
}

.kxrl_list_list_label_active {
    background: rgba(178, 45, 18, 0.05) !important;
    border: 1px solid rgba(178, 45, 18, 0.2) !important;
    color: #B22D12 !important;
}

.kxrl_list_info {
    min-height: 700px;
}

.kxrl_list_ul_border {
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding-top: 48px;
    padding-bottom: 48px;
}

.kxrl_list_ul {
    /* display: flex;
  flex-direction: row;
  justify-content: space-between; */
    position: relative;
    padding-bottom: 46px;
    cursor: pointer;
    padding-left: 37px;
    padding-right: 37px;
}

    .kxrl_list_ul:hover .kxrl_list_ul_time_laber {
        background: rgba(187, 34, 34, 1);
    }

    .kxrl_list_ul:hover .kxrl_list_ul_time_text, .kxrl_list_ul:hover .kxrl_list_ul_r h3, .kxrl_list_ul:hover .kxrl_list_ul_r p {
        color: rgba(187, 34, 34, 1);
    }

.kxrl_list_ul_active .kxrl_list_ul_time_text, .kxrl_list_ul_active .kxrl_list_ul_r h3, .kxrl_list_ul_active .kxrl_list_ul_r p {
    color: rgba(187, 34, 34, 1) !important;
}

.kxrl_list_ul_r {
    /* flex-shrink: 0; */
    width: 1010px;
    float: right;
}

    .kxrl_list_ul_r h3 {
        font-family: PingFang SC;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 26px;
        color: #2A2A2A;
    }

    .kxrl_list_ul_r p {
        font-family: PingFang SC;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 26px;
        color: #7A7A7A;
        margin-top: 12px;
    }

    .kxrl_list_ul_r .overp {
        max-height: 125px;
        display: -webkit-box;
        word-wrap: break-word;
        -webkit-line-clamp: 5;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        overflow: hidden;
        cursor: pointer;
    }

.kxrl_list_ul_l {
    height: 100%;
    width: calc(100% - 1010px);
    position: absolute;
    top: 0;
    left: 40px;
}

.kxrl_list_ul_l_box {
    height: 100%;
    width: 100%;
    position: relative;
}

.kxrl_list_ul_l_line {
    position: absolute;
    top: 11px;
    left: 4px;
    height: 100%;
    width: 1px;
    display: block;
    /* background: #E0DEDE;*/
    border-left: 1px dashed rgba(0, 0, 0, 0.1);
    z-index: 0;
}

.kxrl_list_ul_time {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.kxrl_list_ul_time_laber {
    display: inline-block;
    border: 2px solid #A3A3A3;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    /* height: 4px;
    width: 10px;
    border-radius: 2px;
    background: #A3A3A3;*/
}

.kxrl_list_ul_time_text {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #7A7A7A;
    padding: 0 10px;
}

.kxrl_list_list_load {
    background: url(../img/loading_gif.gif) no-repeat center center;
    height: 40px;
    background-size: contain;
}

.kxrl_list_load {
    background: url(../img/loading_gif.gif) no-repeat center center;
}

.kxrl_list_tab {
    height: 96px;
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px 48px 0;
}

    .kxrl_list_tab ul li {
        font-family: PingFang SC;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 34px;
        color: #A3A3A3;
        float: left;
        margin-right: 40px;
        cursor: pointer;
    }

        .kxrl_list_tab ul li:hover {
            font-weight: 600 !important;
            color: #3D3D3D !important;
        }

.kxrl_list_tab_active {
    font-weight: 600 !important;
    color: #3D3D3D !important;
    border-bottom: 2px solid #B32D12;
    padding-bottom: 7px;
}

.gywm_box {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 64px;
}

.gywm_l {
    float: left;
    width: 240px;
    height: 480px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 2px;
    padding: 24px 16px;
    position: sticky;
    top: 0px;
    background: #fff;
    margin-bottom: 30px;
}

.gywm_r, .wzdtmap {
    float: right;
    width: 912px;
    padding-bottom: 91px;
}

    .wzdtmap a {
        width: 448px;
        height: 48px;
        display: block;
        text-decoration: none;
        line-height: 48px;
        text-align: center;
        background: #FAFAFA;
        /* Grey/96 */
        border: 1px solid #F5F5F5;
        box-sizing: border-box;
        font-family: PingFang SC;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        /* Grey/32 */
        color: #525252;
        float: left;
        margin-right: 16px;
        margin-bottom: 24px;
    }

.gywm_l_header {
    height: 38px;
    width: 100%;
}

.corpjg a {
    width: 216px;
    height: 48px;
    display: block;
    text-decoration: none;
    line-height: 48px;
    text-align: center;
    background: #FAFAFA;
    /* Grey/96 */
    border: 1px solid #F5F5F5;
    box-sizing: border-box;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    /* Grey/32 */
    color: #525252;
    float: left;
    margin-right: 16px;
    margin-bottom: 24px;
}

    .corpjg a:nth-child(4n), .wzdtmap a:nth-child(2n) {
        margin-right: 0;
    }

    .corpjg a:hover, .wzdtmap a:hover {
        background: #FFFFFF;
    }

.gywm_l_header a {
    display: block;
    width: 100%;
    /* background: url(../img/left_icon.svg) no-repeat 21px center; */
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 38px;
    color: #7A7A7A;
    text-decoration: none;
    text-indent: 21px;
}

    .gywm_l_header a:hover {
        color: rgba(153, 51, 31, 1);
    }

.gywm_l_list ul li {
    height: 40px;
    margin-top: 16px;
    cursor: pointer;
    position: relative;
}

    .gywm_l_list ul li a {
        display: block;
        width: 100%;
        height: 40px;
        font-family: PingFang SC;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 40px;
        color: #7A7A7A;
        text-decoration: none;
        text-indent: 21px;
    }

        .gywm_l_list ul li a span:first-child {
            font-size: 20px;
        }

        .gywm_l_list ul li a span:last-child {
            padding: 0 9px;
            position: relative;
            top: -1px;
        }

        .gywm_l_list ul li a:hover {
            background: rgba(179, 45, 18, 0.9);
            box-shadow: 0px 4px 8px rgba(179, 45, 18, 0.2);
            border-radius: 2px;
            color: #FFFFFF;
        }

.gywm_l_list_active a {
    background: rgba(179, 45, 18, 0.9);
    box-shadow: 0px 4px 8px rgba(179, 45, 18, 0.2);
    border-radius: 2px;
    color: #FFFFFF !important;
}

.gywm_r_img {
    display: block;
    margin: 0 auto;
}

.gywm_r_title {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 29px;
    color: #3D3D3D;
}

.gywm_r_p {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 170%;
    color: #7A7A7A;
    line-height: 24px;
}

.gywm_r_1 {
    margin-top: 40px;
}

.gywm_r_2 {
    margin-top: 40px;
}

.gywm_r_3 {
    /* margin-top: 80px;*/
}

.gywm_r_4 {
    margin-top: 16px;
}

.gywm_r_7 {
    margin-bottom: 80px;
}

.gywm_r_8 {
    margin-bottom: 16px;
}

.gywm_r_9 {
    margin-top: 16px;
}

.gywm_r_10 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.gywm_r_11 {
    margin-bottom: 80px;
}

.gywm_r_h4 {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    color: #3D3D3D;
}

.gywm_r_13 {
    margin-top: 40px;
}

.gywm_r_14 {
    margin-top: 16px;
    line-height: 180%;
}

.gywm_r_15 {
    /*margin-top: 40px;*/
}

.gywm_r_16 {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #E66112;
    margin-top: 40px;
}

.gywm_r_title_ys {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 40px;
    color: #3D3D3D;
    width: 912px;
    height: 40px;
    left: 0px;
    background: #FAFAFA;
    box-sizing: border-box;
    padding-left: 8px;
    margin-top: 40px;
}

.kxrl_choose {
    height: 120px;
}

.kxrl_choose_box {
    width: 1200px;
    height: 120px;
    box-sizing: border-box;
    padding: 0 48px;
}

.kxrl_choose_con {
    height: 120px;
    box-sizing: border-box;
    /*box-shadow: inset 0px 1px 0px #F5F5F5, inset 0px -1px 0px #F5F5F5;*/
    border-top: 1px solid #F5F5F5;
    /*border-bottom: 1px solid rgba(245, 245, 245, 1);*/
}

.kxrl_choose_l, .kxrl_choose_r {
    margin-top: 51px;
    float: left;
}

.kxrl_choose_icon, .kxrl_choose_icon {
    width: 24px;
    height: 16px;
    float: left;
}

.kxrl_choose_title {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    color: #292929;
    float: left;
    margin-left: 20px;
}

.kxrl_choose_r ul {
    box-sizing: border-box;
    padding-left: 43px;
}

    .kxrl_choose_r ul li {
        float: left;
        margin-right: 50px;
    }

        .kxrl_choose_r ul li:last-child {
            margin-right: 0;
        }

.kxrl_table {
    width: 1072px;
    margin: 0 auto;
    border-top: 1px solid #333;
    min-height: 400px;
}

.kxrl_table_load {
    background: url(../img/loading_gif.gif) no-repeat center center;
    height: 40px;
    background-size: 40px;
}

.kxrl_table_list {
    width: 1072px;
    margin: 0 auto;
}

.kxrl_table_title {
    height: 48px;
    border-bottom: 1px solid rgba(245, 245, 245, 0.25);
}

    .kxrl_table_title ul li {
        font-family: PingFang SC;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 47px;
        color: #A3A3A3;
        float: left;
    }

.kxrl_table_0 {
    width: 272px;
    padding-left: 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.kxrl_table_list_icon, .kxrl_table_list_text {
    float: left;
}

.kxrl_table_list_text {
    margin-left: 40px;
}

.kxrl_table_list_icon {
    height: 32px;
    width: 32px;
}

    .kxrl_table_list_icon img {
        display: block;
        height: 32px;
        width: 32px;
    }

.kxrl_table_list_text p:first-child {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    color: #292929;
}

.kxrl_table_list_text p:last-child {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #A3A3A3;
}

.kxrl_table_1 {
    width: 560px;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #3D3D3D;
}

.kxrl_table_2 {
    width: calc(100% - 865px);
    display: flex;
    align-items: center;
}

    .kxrl_table_2 span {
        font-family: PingFang SC;
        font-style: normal;
        font-weight: 600;
        font-size: 17px;
        color: #A3A3A3;
    }

.kxrl_table_3 {
    width: 324px;
}

.kxrl_table_list ul {
    height: 88px;
    border-top: 1px solid rgba(245, 245, 245, 1);
    box-sizing: border-box;
    /*    cursor: pointer;*/
}

    .kxrl_table_list ul:hover {
        background: #FAFAFA;
    }

        .kxrl_table_list ul:hover .kxrl_table_1, .kxrl_table_list ul:hover .kxrl_table_2 span {
            color: #803C19;
        }

    .kxrl_table_list ul li {
        float: left;
        font-family: PingFang SC;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        height: 87px;
        color: #292929;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        padding-right: 30px;
    }

.kxrl_table_list_over_blue {
    color: #7386E5 !important;
    font-weight: 600 !important;
}

.kxrl_table_list_over_red {
    color: #B32D12 !important;
    font-weight: 600 !important;
}

.kxrl_table_list_green {
    color: #3FBD12 !important;
}

.kxrl_table_list_red {
    color: #B32D12 !important;
}

.kxrl_cjdsj_title {
    box-sizing: border-box;
    margin-top: 40px;
    padding-left: 48px;
}

    .kxrl_cjdsj_title span {
        font-family: PingFang SC;
        font-style: normal;
        font-weight: 600;
        font-size: 17px;
        line-height: 24px;
        color: #3D3D3D;
        position: relative;
        display: block;
    }

        .kxrl_cjdsj_title span::before {
            position: absolute;
            display: block;
            width: 24px;
            height: 1px;
            background: #3D3D3D;
            bottom: -6px;
            left: 0;
            content: '';
        }

.kxrl_cjdsj {
    width: 1072px;
    margin: 0 auto;
}

.kxrl_cjdsj_header {
    height: 48px;
    margin-top: 10px;
    /*box-shadow: 0px 1px 4px rgba(245, 245, 245, 0.25);*/
    border-bottom: 1px solid rgba(245, 245, 245, 1);
}

    .kxrl_cjdsj_header ul {
    }

        .kxrl_cjdsj_header ul li {
            height: 47px;
            display: flex;
            align-items: center;
            font-family: PingFang SC;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            color: #A3A3A3;
            float: left;
        }

.kxrl_cjdsj_1 {
    width: 160px;
    box-sizing: border-box;
    padding-left: 32px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

    .kxrl_cjdsj_1 p:first-child {
        font-family: PingFang SC;
        font-style: normal;
        font-weight: 600;
        font-size: 17px;
        line-height: 24px;
        color: #292929;
    }

    .kxrl_cjdsj_1 p:last-child {
        font-family: PingFang SC;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #A3A3A3;
    }

.kxrl_cjdsj_2 {
    width: 230px;
    display: flex;
    align-items: center;
}

.kxrl_cjdsj_3 {
    width: 440px;
    display: flex;
    align-items: center;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 15px !important;
    color: #3D3D3D;
}

    .kxrl_cjdsj_3 span {
        padding-left: 2px;
    }

.kxrl_cjdsj_4 {
    width: calc(100% - 830px);
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 17px !important;
    color: #A3A3A3 !important;
}

.kxrl_cjdsj_list ul {
    height: 88px;
    border-bottom: 1px solid rgba(245, 245, 245, 1);
    /*    cursor: pointer;*/
}

    .kxrl_cjdsj_list ul:hover {
        background: #FAFAFA;
    }

        .kxrl_cjdsj_list ul:hover .kxrl_cjdsj_3, .kxrl_cjdsj_list ul:hover .kxrl_cjdsj_4 {
            color: #803C19 !important;
        }

    .kxrl_cjdsj_list ul li {
        font-family: PingFang SC;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        color: #292929;
        height: 87px;
        display: flex;
        align-items: center;
        float: left;
        box-sizing: border-box;
        padding-right: 30px;
    }





.kxrl_jq {
    width: 1072px;
    margin: 0 auto;
}

.kxrl_jq_header {
    height: 48px;
    margin-top: 10px;
    /*box-shadow: 0px 1px 4px rgba(245, 245, 245, 0.25);*/
    border-bottom: 1px solid rgba(245, 245, 245, 1);
}

    .kxrl_jq_header ul li {
        height: 47px;
        line-height: 47px;
        font-family: PingFang SC;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        color: #A3A3A3;
        float: left;
    }

.kxrl_jq_1 {
    width: 104px;
    text-align: center;
}

.kxrl_jq_2 {
    width: 176px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 25px;
}

    .kxrl_jq_2 span {
        padding-left: 2px;
    }

.kxrl_jq_3 {
    width: calc(100% - 374px);
}

.kxrl_jq_list ul {
    height: 88px;
    border-bottom: 1px solid rgba(245, 245, 245, 1);
}

    .kxrl_jq_list ul li {
        font-family: PingFang SC;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        color: #292929;
        height: 87px;
        line-height: 87px;
        float: left;
    }

.kxrl_table_day {
    width: 954px;
    margin: 0 auto;
    border: 1px solid #f5f5f5;
    box-sizing: border-box;
}

.kxrl_table_day_week {
    height: 40px;
    background: #FAFAFA;
    width: 100%;
}

    .kxrl_table_day_week ul li {
        height: 40px;
        width: 136px;
        text-align: center;
        font-family: PingFang SC;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 40px;
        color: #A3A3A3;
        float: left;
        border-right: 1px solid #f5f5f5;
        box-sizing: border-box;
    }

.kxrl_table_day_date {
    height: 1056px;
}

    .kxrl_table_day_date ul li {
        width: 136px;
        height: 176px;
        border-right: 1px solid #f5f5f5;
        border-top: 1px solid #f5f5f5;
        box-sizing: border-box;
        float: left;
        cursor: pointer;
        position: relative;
        padding-top: 16px;
        padding-left: 16px;
    }

        .kxrl_table_day_date ul li:hover {
            background: #FAFAFA;
        }

        .kxrl_table_day_date ul li:nth-child(7n), .kxrl_table_day_week ul li:nth-child(7n) {
            border-right: none;
        }

.kxrl_table_day_date_label {
    position: absolute;
    right: 17px;
    bottom: 13px;
    font-family: DIN-Light;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #CCCCCC;
}

.kxrl_table_day_date_list {
    margin-bottom: 16px;
}

.kxrl_table_day_date_icon {
    border-radius: 2px;
    height: 28px;
    line-height: 28px;
    padding: 0 8px;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
    display: inline-block;
}

.kxrl_table_day_date_1 {
    background: #527ACC;
}

.kxrl_table_day_date_text {
    margin-top: 4px;
    color: #3D3D3D;
}



.page {
    width: auto;
    height: 38px;
    line-height: 36px;
    padding: 15px 0 80px 0;
    margin: 0 auto;
    text-align: center
}

    .page .page_pre {
        width: 38px;
        height: 38px;
        background: url(../images/pre_btn.png) no-repeat;
        display: inline-block;
        margin: 0 3px;
        vertical-align: middle;
    }

        .page .page_pre:hover {
            background: url(../images/preh_btn.png) no-repeat;
            text-decoration: none;
        }

    .page .page_next {
        width: 38px;
        height: 38px;
        background: url(../images/next_btn.png) no-repeat;
        display: inline-block;
        margin: 0 3px;
        font-size: 0;
        vertical-align: middle;
    }

        .page .page_next:hover {
            background: url(../images/nexth_btn.png) no-repeat;
            text-decoration: none;
        }

    .page .page_num, .page span {
        width: 36px;
        height: 36px;
        border: 1px #e3e6eb solid;
        display: inline-block;
        text-align: center;
        background: #fff;
        border-radius: 2px;
        color: #a1a5ac;
        font-size: 14px;
        margin: 0 3px;
        vertical-align: middle;
        text-decoration: none;
    }

        .page .page_num:hover {
            border-color: #f9811d;
            color: #333;
            text-decoration: none;
        }

    .page .page_current:link, .page .page_current:visited {
        width: 36px;
        height: 36px;
        border: 1px #E66112 solid;
        background-color: #E66112;
        color: #fff;
        display: inline-block;
        text-align: center;
        margin: 0 3px;
        vertical-align: middle;
        text-decoration: none;
    }

    .page .page_current:hover {
        text-decoration: none;
    }

.zhanhui_header {
    height: 280px;
    position: relative;
}

    .zhanhui_header > img {
        height: 100%;
        width: 100%;
    }

.zhanhui_header_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(93.58deg, rgba(0, 0, 102, 0.6) 0%, rgba(102, 68, 0, 0.6) 100%);
    backdrop-filter: blur(10px);
}

.zhanhui_header_con {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.zhanhui_header_l {
    width: 820px;
    float: left;
}

.zhanhui_header_r {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 2px;
    width: 316px;
    height: 200px;
    float: right;
    margin-top: 48px;
    box-sizing: border-box;
    padding: 24px 40px;
}

.zhanhui_header_l h3 {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 39px;
    /* White */
    color: #FFFFFF;
    transform: matrix(0.99, 0, -0.12, 1, 0, 0);
    margin-top: 64px;
}

.zhanhui_header_l p {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 10px;
}

.zhanhui_header_r_header {
    display: flex;
    align-items: center;
}

    .zhanhui_header_r_header img {
        height: 20px;
        border-radius: 2px;
    }

    .zhanhui_header_r_header span {
        font-family: PingFang SC;
        font-style: normal;
        font-weight: 600;
        font-size: 21px;
        line-height: 29px;
        /* White */
        color: #FFFFFF;
        padding-left: 12px;
    }

.zhanhui_header_r ul li {
    display: flex;
    align-items: center;
    margin-top: 8px;
    padding-left: 30px;
    box-sizing: border-box;
}

    .zhanhui_header_r ul li img {
        height: 20px;
        width: 20px;
    }

.zhanhui_header_r_time {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    /* identical to box height */
    /* White */
    color: #FFFFFF;
    padding: 0 12px;
    letter-spacing: 1px;
}

.zhanhui_header_r_status {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height */
    /* White */
    color: #FFFFFF;
    background: #B32D12;
    border-radius: 2px;
    display: block;
    width: 54px;
    height: 22px;
    text-align: center;
    color: #FFFFFF;
}

.zhanhui_header_r_status_1 {
    background: #B32D12 !important;
}

.zhanhui_header_r_status_2 {
    background: #2E5299 !important;
}

.zhanhui_header_r_status_3 {
    background: rgba(255, 255, 255, 0.1) !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

.zhanhui_list {
    padding-top: 40px;
    padding-bottom: 84px;
}

.zhanhui_list_box {
    width: 1200px;
    margin: 0 auto;
}

.zhanhui_list_l {
    width: 860px;
    float: left;
}

.zhanhui_list_r {
    width: 316px;
    float: right;
    background: #FAFAFA;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 2px;
    padding: 20px;
}

    .zhanhui_list_r h3 {
        font-family: PingFang SC;
        font-style: normal;
        font-weight: 600;
        font-size: 17px;
        line-height: 24px;
        color: #3D3D3D;
        margin-bottom: 20px;
    }

.zhanhui_list_l ul li {
    width: 272px !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 2px;
    margin-right: 22px;
    margin-bottom: 24px;
}

    .zhanhui_list_l ul li:nth-child(3n) {
        margin-right: 0;
    }

.zhanhui_list_r_list ul li {
    margin-bottom: 16px;
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.05);
    padding-bottom: 16px;
    cursor: pointer;
}

    .zhanhui_list_r_list ul li a {
        text-decoration: none;
    }

    .zhanhui_list_r_list ul li:hover h2 {
        color: rgba(178, 45, 18, 0.9);
    }

    .zhanhui_list_r_list ul li:last-child {
        box-shadow: none;
    }

    .zhanhui_list_r_list ul li img {
        width: 276px;
        height: 140px;
        display: block;
    }

.zhanhui_list_r_list h2 {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    /* Grey/24 */
    color: #3D3D3D;
    margin-top: 16px;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.zhanhui_list_r_list p {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    /* Grey/64 */
    color: #A3A3A3;
    margin-top: 6px;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.zhanhui_header_l p:hover {
    cursor: pointer;
    text-decoration: underline
}

.article_contant a {
    text-decoration: none
}

.html-notice {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 16px 25px 14px 20px;
    width: 358px;
    background: #fff;
    border: 1px solid #dfe2e5;
    z-index: 100;
}

    .html-notice .close-btn {
        position: absolute;
        right: 16px;
        right: 14px;
        background: url(../img/icon_close.png) center no-repeat;
        width: 14px;
        height: 14px;
        cursor: pointer;
    }

    .html-notice h3 {
        font-size: 14px;
        color: #333333;
        margin-bottom: 5px;
    }

    .html-notice table {
        width: 100%;
    }

table {
    border-collapse: separate;
    border-spacing: 0;
}

.html-notice .web-site {
    font-size: 12px;
    color: #666;
    height: 18px;
    padding-top: 5px;
    line-height: 18px;
}

.error_html {
    box-sizing: border-box;
    padding-top: 96px;
    padding-bottom: 158px;
}

    .error_html img {
        display: block;
        margin: 0 auto;
    }

    .error_html h3 {
        font-family: PingFang SC;
        font-style: normal;
        font-weight: 600;
        font-size: 21px;
        line-height: 29px;
        text-align: center;
        color: #3D3D3D;
        margin-top: 64px;
    }

    .error_html p {
        font-family: PingFang SC;
        font-style: normal;
        font-weight: normal;
        font-size: 17px;
        line-height: 24px;
        text-align: center;
        color: #A3A3A3;
        margin-top: 24px;
    }

    .error_html a {
        width: 104px;
        height: 36px;
        display: block;
        text-align: center;
        line-height: 36px;
        background: #B32D12;
        border: 1px solid rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        border-radius: 2px;
        margin: 24px auto;
        font-family: PingFang SC;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        color: #FFFFFF;
        text-decoration: none;
    }
